Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add chain event bus and rewrite projectionist event bus #492

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

DavidBadura
Copy link
Member

No description provided.

@DavidBadura DavidBadura added the enhancement New feature or request label Feb 6, 2024
@DavidBadura DavidBadura added this to the 3.0.0 milestone Feb 6, 2024
Copy link

github-actions bot commented Feb 6, 2024

Hello 👋

here is the most recent benchmark result:

SplitStreamBench
================

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events () | 2.383ms (±0.00%)   | 2.420ms (±0.00%)   | 38.074mb        | 38.074mb   |
| benchSave10000Events () | 344.350ms (±0.00%) | 335.042ms (±0.00%) | 38.372mb        | 38.372mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

SnapshotsBench
==============

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000EventsMissingSnapshot () | 134.967ms (±0.00%) | 128.433ms (±0.00%) | 34.707mb        | 34.707mb   |
| benchLoad10000Events ()                | 200.600μs (±0.00%) | 205.700μs (±0.00%) | 34.707mb        | 34.707mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

SyncProjectionistBench
======================

+-------------------------+--------------------+--------------------+-----------------+------------+
|                         | time (kde mode)                         | memory                       |
+-------------------------+--------------------+--------------------+-----------------+------------+
| subject                 | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+-------------------------+--------------------+--------------------+-----------------+------------+
| benchSave1Event ()      | 1.463ms (±0.00%)   | 1.463ms (±0.00%)   | 7.628mb         | 7.620mb    |
| benchSave10000Events () | 469.628ms (±0.00%) | 468.515ms (±0.00%) | 35.581mb        | 35.578mb   |
+-------------------------+--------------------+--------------------+-----------------+------------+

SimpleSetupBench
================

+----------------------------------------+--------------------+--------------------+-----------------+------------+
|                                        | time (kde mode)                         | memory                       |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| subject                                | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+----------------------------------------+--------------------+--------------------+-----------------+------------+
| benchLoad10000Events ()                | 127.010ms (±0.00%) | 126.308ms (±0.00%) | 34.690mb        | 34.690mb   |
| benchSave1Event ()                     | 1.112ms (±0.00%)   | 1.441ms (±0.00%)   | 34.690mb        | 34.690mb   |
| benchSave10000Events ()                | 298.259ms (±0.00%) | 298.865ms (±0.00%) | 34.958mb        | 34.958mb   |
| benchSave10000Aggregates ()            | 11.350s (±0.00%)   | 12.706s (±0.00%)   | 34.690mb        | 34.690mb   |
| benchSave10000AggregatesTransaction () | 826.282ms (±0.00%) | 840.689ms (±0.00%) | 34.690mb        | 34.690mb   |
+----------------------------------------+--------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura changed the title add chain event bus add chain event bus and rewrite projectionist event bus Feb 6, 2024
@DavidBadura DavidBadura merged commit 6c6317f into 3.0.x Feb 6, 2024
32 of 33 checks passed
@DavidBadura DavidBadura deleted the chain-event-bus branch February 6, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants